Expand description

This crate provides two common marker types, Const and Mut, for use in distinguishing between mutable and immutable program state.

Structs§

  • Marks an immutable type.
  • Marks a mutable type.

Traits§

  • Marks whether a type is mutable or immutable.